Skip to content

Fix VideoCache debug logging build - #682

Open
for13to1 wants to merge 2 commits into
IENT:developfrom
for13to1:fix/videocache-debug-build
Open

Fix VideoCache debug logging build#682
for13to1 wants to merge 2 commits into
IENT:developfrom
for13to1:fix/videocache-debug-build

Conversation

@for13to1

Copy link
Copy Markdown
Contributor

Summary

  • fix a typo in the detailed caching debug log path
  • use the loop variable thread instead of the undefined t
  • restore compilation when DEBUG_CACHING_DETAIL is enabled

Testing

  • make -C build/unknown-Debug -j8

@ChristianFeldmann

Copy link
Copy Markdown
Member

I agree that the debug logging does not work. But this does not fix it ...

The debug logging paths of the video cache still referenced the removed
playlistItem::getName(). Update all 13 call sites to use
playlistItem::properties().name, which returns the same value. Together
with the worker variable fix this restores compilation when
CACHING_DEBUG_OUTPUT is enabled.
@for13to1

for13to1 commented Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

I agree that the debug logging does not work. But this does not fix it ...

Updated with for13to1@a71ef67

@ChristianFeldmann

Copy link
Copy Markdown
Member

I re-added the getName function but this is the better solution. Will merge this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants